Skip to content

Commit

Permalink
Set project to 64bit to avoid TF crashing;
Browse files Browse the repository at this point in the history
  • Loading branch information
cpletz committed Aug 3, 2018
1 parent 5b9eecc commit edeb0aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Digitz/Digitz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
Expand Down
14 changes: 13 additions & 1 deletion LearnDigitz/LearnDigitz.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>ae6064dd-f103-41ef-98d8-97b6b0465b1d</ProjectGuid>
<ProjectHome>.</ProjectHome>
<ProjectTypeGuids>{D22814C2-A430-4A53-8052-A3A64BFB2240};{888888A0-9F3D-457C-B088-3A5042F75D52}</ProjectTypeGuids>
<ProjectTypeGuids>{a41c8ea1-112a-4a2d-9f91-29557995525f};{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<StartupFile>train.py</StartupFile>
<SearchPath>
</SearchPath>
Expand All @@ -18,6 +18,7 @@
<IsWindowsApplication>False</IsWindowsApplication>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<InterpreterId>MSBuild|tf19|$(MSBuildProjectFullPath)</InterpreterId>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -35,6 +36,17 @@
<ItemGroup>
<Folder Include="misc\" />
</ItemGroup>
<ItemGroup>
<Interpreter Include="..\..\..\..\..\..\_data\python-envs\tf19\">
<Id>tf19</Id>
<Version>3.6</Version>
<Description>tf19 (python 3.66)</Description>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
<Architecture>X64</Architecture>
</Interpreter>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
<!-- Uncomment the CoreCompile target to enable the Build command in
Visual Studio and specify your pre- and post-build commands in
Expand Down

0 comments on commit edeb0aa

Please sign in to comment.